home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 139
/
(Vol 139) Sep 24 2011.iso
/
Games
/
santa_mobile.swf
/
scripts
/
DefineSprite_234
/
frame_3
/
DoAction.as
Wrap
Text File
|
2011-09-24
|
582b
|
26 lines
if(-50 < getProperty(this, _X))
{
setProperty(this, _X, getProperty(this, _X) - _root.speed);
setProperty(this, _Y, getProperty(this, _Y) + _root.speed / 7);
play();
}
else
{
if(_root.bee1 == 1)
{
this.swapDepths(_root.tempo1);
_root.bee1 = 0;
}
setProperty(this, _X, 800);
time = getTimer() + random(10000) + 2000;
gotoAndPlay(1);
}
if(this.hitTest(_root.mobile))
{
if(getProperty(_root.mobile, _Y) < getProperty(this, _Y) && _root.bee1 == 0)
{
_root.bee1 = 1;
this.swapDepths(_root.tempo1);
}
}